home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Toolbox / Balloony / Read Me < prev    next >
Encoding:
Text File  |  1997-10-16  |  1.1 KB  |  43 lines  |  [TEXT/KAHL]

  1. Read Me:
  2.     November 11, 1996: I, David Phillip Oster, place this source code in the public
  3.         domain. This means you can do anyhing you want with it.
  4.     It would be considerate if you kept me posted on any bugs, bug fixes, or
  5.     improvements.
  6.     oster@netcom.com
  7.  
  8. Drop an application on the Balloony application, and it makes a
  9. .r file that gives you a head start on doing balloon help for
  10. the program. For example, if you drop a copy of Balloony on itself,
  11. you get BalloonyHelp.r.
  12.     
  13. - - - - 
  14. September 9, 1994:
  15. • added some additional file types: rsrc RSRC dfil (for d.a.s)
  16. • fixed illegal identifiers with negative resources.
  17. - - - - 
  18. • user interface:
  19.     • drag and drop handler.
  20.     
  21.  
  22. • error reporting:
  23.     • file is read only
  24.     • file is protected, can't be deleted.
  25.     • file is locked.
  26.     • file is in use.
  27. • progress reporting
  28. • sorting of menus, ditls.
  29. • cancel handling
  30. • delete output file on error.
  31. • quit if drag and drop after last document
  32.  
  33. /* Balloonify.c - this is the meat of this program.
  34.     pseudo code:
  35.         • open input file
  36.         • open output file
  37.         • BalloonifyMenus
  38.         • BalloonifyDialogs
  39.         • close output file
  40.         • close input file
  41.         
  42.  */
  43.